home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / snpd9611.zip / SNIPFILE.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  748b  |  20 lines

  1. .I 0 2
  2. /* +++Date last modified: 17-Nov-1996 */
  3.  
  4. .I 8 3
  5. #include "sniptype.h"
  6.  
  7. #define flushall() fflush(NULL)
  8. .I 19 1
  9. int    fdcopy(int fdfrom, int fdto);                  /* Wb_Fcopy.C     */
  10. .I 21 9
  11. Boolean_T exists(char *name);                         /* Existsx.C      */
  12. char     *dexists(char *name, char *envar);           /* Existsx.C      */
  13. char     *pexists(char *name);                        /* Existsx.C      */
  14. char     *gexists(char *name, char *envar);           /* Existsx.C      */
  15. FILE     *fopenp(char *name, char *mode);             /* Fopenx.C       */
  16. FILE     *fopend(char *name, char *mode, char *envar);/* Fopenx.C       */
  17. FILE     *fopeng(char *name, char *mode, char *envar);/* Fopenx.C       */
  18.  
  19.  
  20.